*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background-color:#fffc00;color:#000;font-family:'Figtree',sans-serif;line-height:1.5;overflow:hidden}main{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem}.card{position:relative;width:100%;max-width:28rem;background-color:#000;color:#fff;border-radius:.75rem;padding:2.5rem;text-align:center;box-shadow:0 10px 15px -3px rgba(0,0,0,0.2),0 4px 6px -2px rgba(0,0,0,0.1)}.logo{width:64px;height:64px;margin:0 auto 1rem auto}h1{font-size:clamp(1.75rem,5vw,2.25rem);font-weight:700;line-height:1.2;margin-bottom:.75rem}p{font-size:clamp(1rem,2.5vw,1.125rem);opacity:.9;margin-bottom:1.5rem}.cta{display:inline-block;background-color:#fff;color:#000;font-weight:700;text-decoration:none;padding:.75rem 1.5rem;border-radius:9999px;transition:transform .2s ease}.cta:hover{transform:scale(1.05)}#cb{display:none;position:fixed;bottom:1rem;left:1rem;right:1rem;max-width:320px;margin:0 auto;background:#000;color:#fff;padding:1rem;border-radius:.5rem;justify-content:space-between;align-items:center;box-shadow:0 4px 12px rgba(0,0,0,0.3);z-index:100}#cb p{margin:0 1rem 0 0;font-size:.875rem;line-height:1.3}#ca{background:#fff;color:#000;border:0;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:700;cursor:pointer}.c{position:absolute;background-color:#fff}.c-tl-h{top:0;left:0;width:1.5rem;height:2px}.c-tl-v{top:0;left:0;width:2px;height:1.5rem}.c-tr-h{top:0;right:0;width:1.5rem;height:2px}.c-tr-v{top:0;right:0;width:2px;height:1.5rem}.c-bl-h{bottom:0;left:0;width:1.5rem;height:2px}.c-bl-v{bottom:0;left:0;width:2px;height:1.5rem}.c-br-h{bottom:0;right:0;width:1.5rem;height:2px}.c-br-v{bottom:0;right:0;width:2px;height:1.5rem}